query n. 1.质问;询问;疑问,怀疑。 2.敢问,请问〔在疑问句前单独使用〕。 3.【印刷】(打在原稿或校样上的)疑问号〔?〕〔亦可写作 query, 通常略作 qu. 或 qy. 〕。 Q-, was the money ever paid 请问这钱付过了没有? vt. (-ried;-rying) 1.问,询问 (whether; if); 质问。 2.把…作为问题提出,对…表示怀疑。 vi. 质问,询问;表示怀疑,在(校样等上)加疑问符号。
insert vt. 1.插进,夹入。 2.写进,记入;刊登。 3.(缝纫中)镶,补。 insert a key in [into] a lock 把钥匙插进锁中。 insert a word in a line 插一个字到行里。 insert an advertisement in a newspaper 在报上登广告。 vi. 【医学】(肌肉)附着。 n. 1.插入物,嵌入物。 2.补垫。 3.电报头。 4.〔 pl.〕 金属型芯,嵌入物。 5.插页;【电影】插入画面。
Insert the query being built is an insert query 要生成的查询为“插入”查询。
Supports insert queries 支持插入查询。
Because no table is created for a query that does not return rows , if you process an insert query followed by a select query , the table created for the select query is named " table " , because it is the first table created 如果某个查询不返回行,则不会为该查询创建表,因此,如果您先处理一个插入查询,然后再处理一个选择查询,这样由于为选择查询创建的表是第一个表,所以该表将被命名为“ table ” 。
Since no table is created for a query that does not return rows , if you were to process an insert query followed by a select query , the table created for the select query would be named " table " , because it is the first table created 如果某个查询不返回行,则不会为该查询创建表,因此,如果您先处理一个插入查询,然后再处理一个选择查询,那么由于为选择查询创建的表是第一个表,所以该表将被命名为“ table ” 。